-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIMS-1373 ParcelBuildings Restructure Entities #2238
PIMS-1373 ParcelBuildings Restructure Entities #2238
Conversation
Code Climate has analyzed commit de7bb6d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 93.8%. View more on Code Climate. |
LEFT OUTER JOIN parcel p | ||
ON b.pid = p.pid OR b.pin = p.pin; | ||
`); | ||
await queryRunner.query( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is writing directly to this table correct? Seems like something that should be auto-generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was what the TypeORM package generated. I didn't manually write this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense 👍
Made a few changes from PIMS-1375. There weren't any notable updates to the Parcel service, but I tried to clean out some old interfaces and add references to Buildings and Parcels to more easily access their Evaluations and Fiscals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
migrations work as expected and database updates look good.
🎯 Summary
PIMS-1371
Changes
Testing
Future Work
🔰 Checklist